home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / SML⁄NJ 93+ / Documentation / man1 / linkdata.1 next >
Encoding:
Text File  |  1995-12-30  |  433 b   |  17 lines  |  [TEXT/R*ch]

  1. .TH LINKDATA 1 "version 0.59, June 4, 1990"
  2. .SH NAME
  3. linkdata \- link ML-object (`.mo') files into an a.out format (`.o') file.
  4. .SH SYNOPSIS
  5. .B linkdata
  6. file1 file2 ...
  7. .br
  8. .SH DESCRIPTION
  9. .PP
  10. .IR linkdata
  11. reads the named ML-object files (suffixed with `.mo'), and produces a standard
  12. `.o' file named `allmo.o.'
  13. This is used by \fBmakeml\fP to link the ML modules into the text segment of the
  14. SML/NJ system.
  15. .SH "SEE ALSO"
  16. makeml(1)
  17.